home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 June / Electronic Clipper 1998-06.iso / Idea Source® / Writing.Dir / 00009_Script_gunhand < prev    next >
Text File  |  1998-04-28  |  184b  |  12 lines

  1. on mousewithin  
  2.   cursor 200
  3.   set the visible of sprite 50 to true 
  4.   updatestage
  5. end
  6.  
  7. on mouseleave
  8.   cursor -1
  9.   set the visible of sprite 50 to false
  10.   updatestage
  11. end
  12.